/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ 

.container {
	width: 100%;
	padding-right: 20px !important;
	padding-left: 20px !important;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}
.container-fluid {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
.card-deck .card {
	margin-bottom: 10px;
}
@media (min-width: 576px) {
	.card-deck {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -10px;
		margin-left: -10px;
	}
	.card-deck .card {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 10px;
		margin-bottom: 0;
		margin-left: 10px;
	}
}
.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.btn-primary {
	background: #2465cb;
	color: #fff;
	border: 2px solid #2465cb;
}
.btn-primary.btn-outline {
	background: transparent;
	color: #2465cb;
	border: 2px solid #2465cb;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
	background: #2465cb;
	color: #fff;
}

.btn-cta {
    padding: 10px 30px !important;
    font-size: 16px;
}

.form-control {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.show .dropdown-menu {
    display: block;
}
.list-group-item.active {
    background-color: #2465cb;
    border-color: #2465cb;
	color: #fff;
}
.list-group-item.current {
    background-color: #2465cb;
    border: #2465cb;
	color: #fff;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    /*margin-bottom: -1px;*/
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.fixed{
	position: fixed;
	top:50px;
}

.text-dark {
    color: #000000 !important;
}

.text-primary {
    color: #2465cb !important;
}
.bg-primary {
    background-color: #2465cb !important;
}
.bg-dark {
    background-color: #000000 !important;
}
.badge-primary {
    color: #fff;
    background-color: #2465cb;
}
.card {
    border: 1px solid rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0);
    overflow: hidden;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #2465cb;
  background-color: #ffffff;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 170, 0, 0.5);
}

.form-control:focus {
  color: #2465cb;
  background-color: #fffde5;
  border-color: #2465cb;
  box-shadow: 0 0 0 0.2rem rgba(183, 170, 0, 0.25);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.4;
}
.text-lh-1{
	line-height: 1!important;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #000000;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #ffffff;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2465cb;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #666666;
}

.list-group-item-action {
    color: #000000;
	font-weight: 400;
}

.form-control {
    font-size: inherit;
}

.form-group label {
    font-weight: 400;
}
.form-group label i {
	font-size: 12px;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #2465cb;
    border-color: #2465cb;
}
.page-link {
    color: #2465cb;
	border: 1px solid #e5deb8;
}
.page-link:hover {
  z-index: 2;
  color: #2465cb;
  text-decoration: none;
  background-color: #fffbe5;
  border-color: #e5deb8;
}
.page-item.disabled .page-link {
    color: #6c757d;
    border-color: #e5deb8;
}

.shirt-updown-20 {
    top: 0px;
    position: absolute;
}

.shirt-updown-20 {
	-webkit-animation: goods 2s infinite linear;
	animation: goods 2s infinite linear
}
@-webkit-keyframes goods {
0% {
top:0px;
}
25% {
top:-5px;
}
50% {
top:-10px;
}
75% {
top:-5px;
}
100% {
top:0px;
}
}

.img-radius-100 {
	border-radius: 100%;
}
.img-radius-50 {
	border-radius: 50%;
}
.txt-12 {
	font-size: 12px!important;
}